home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000171_news@watsun.cc.columbia.edu _Fri Jan 29 17:48:50 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA01631
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Jan 1999 17:48:48 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA28614
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Jan 1999 17:20:07 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Jagan Annamalai <jagan@uh.edu>
  10. Subject: Re: More questions on Data Acquisition / RS-232
  11. Date: Fri, 29 Jan 1999 16:24:31 -0600
  12. Organization: University of Houston
  13. Message-ID: <36B2351F.4AF58A4B@uh.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. Joe Doupnik wrote:
  17.  
  18. >         We can't answer those questions, but you can. Here is a simple
  19. > test: rather than using   input 200 qwer   use  CONNECT  and watch the
  20. > action. If the external box requires stimulae then pressing keys might
  21. > provide them.
  22. >         Joe D.
  23.  
  24.  I used
  25.  
  26. log session test
  27. connect
  28.  
  29. This cleared the screen -- external box? Whatever I typed appeared on the
  30. screen and was written in the test file. If I don't type anything nothing
  31. appears on the screen as well as in the file. All this while the computer is
  32. connected to the device>
  33.  
  34. close session
  35.  
  36. Any more suggestions?
  37.  
  38. Thanks for your help.
  39.  
  40. -Jagan